PowerTCP Mail for .NET
Remove(T) Method




The Resource to remove from the Multipart.
Removes the specified part from the message.
Syntax
Public Shadows Function Remove( _
   ByVal part As T _
) As Boolean
Dim instance As PartCollection(Of T)
Dim part As T
Dim value As Boolean
 
value = instance.Remove(part)
public new bool Remove( 
   T part
)
public: new bool Remove( 
   T* part
) 
public:
new bool Remove( 
   T^ part
) 

Parameters

part
The Resource to remove from the Multipart.
See Also

Reference

PartCollection<T> Class
PartCollection<T> Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic